翻訳と辞書
Words near each other
・ Colțești
・ Colți
・ Colții lui Andrei Mari River
・ Colții lui Andrei Mici River
・ Colții lui Andrei River
・ Colțul Scris River
・ Colțunași
・ Com
・ COM (hardware interface)
・ COM (manga magazine)
・ Com Defeito de Fabricação
・ COM DEV International
・ COM Express
・ COM file
・ Com Hem
COM Interop
・ COM LAG (2plus2isfive)
・ Com One group
・ Com Plex
・ COM port redirector
・ COM Structured Storage
・ Com Truise
・ Com Você... Meu Mundo Ficaria Completo
・ Com'è profondo il mare
・ COM+ Alliance
・ Com-pac 16
・ Com.x
・ Com21
・ Com2uS
・ Coma


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

COM Interop : ウィキペディア英語版
COM Interop
COM Interop is a technology included in the .NET Framework Common Language Runtime (CLR) that enables Component Object Model (COM) objects to interact with .NET objects, and ''vice versa''.
COM Interop aims to provide access to the existing COM components without requiring that the original component be modified. It tries to make the .NET types equivalent to the COM types. In addition, COM Interop allows COM developers to access managed objects as easily as they access other COM objects.
The .NET Framework creates a type library and special registry entries when a component is registered. It provides a specialized utility (RegAsm.exe, usually located in C:\Windows\Microsoft.NET\Framework) that exports the managed types into a type library and registers the managed component as a traditional COM component. When the type is instantiated through COM, the .NET CLR is the actual COM object that executes and it merely marshals any method calls or property access to the type implementation.

A COM Interop for an existing COM component can be created through the use of the Tlbimp.exe tool supplied with the .NET Framework SDK. This tool will create a set of proxy classes implemented in CIL which is encapsulated in an assembly.
==Details==
COM interop automatically provides the following services to simplify COM usage from .NET:
*Conversion between COM types and equivalent .NET types.
*Translation of retval arguments into return values.
*Translation of HRESULT return values into exceptions.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「COM Interop」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.